home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.0--
- SKIP
-
-
- USE:
- This command is for use in Scripts. It is used to jump certain parts of
- a script defined by the user.
-
- PATH:
- Internal
-
- SYSTEM:
- 2.0, 2.1, 3.0
-
- EXAMPLES:
- 1>SKIP end
- ECHO "AmigaDOS Guide V2"
- LAB end
-
- NOTES:
- In the above example the Echo command will not be executed as the
- program will skip it and jump to LAB end.
-
- LAB end is the Label command which tells skip where to jump to.
-